Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable strict compilation #27009

Merged
merged 1 commit into from
Dec 16, 2021
Merged

Enable strict compilation #27009

merged 1 commit into from
Dec 16, 2021

Conversation

roji
Copy link
Member

@roji roji commented Dec 15, 2021

Enable the compiler "strict" option. No new errors were generated as a result; I suspect that the recent "warning waves" feature simply integrated all of strict's diagnostics and made it unneeded - but there doesn't seem to be any harm in enabling it.

@sharwell any comment?

Closes #14502

@sharwell
Copy link
Member

Warning waves included some but not all checks from strict.
dotnet/roslyn#49247

@roji
Copy link
Member Author

roji commented Dec 15, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@roji
Copy link
Member Author

roji commented Dec 15, 2021

Thanks @sharwell.

@roji roji merged commit fcb4a3c into dotnet:main Dec 16, 2021
@roji roji deleted the NotSoStrict branch December 16, 2021 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable C# strict compiler setting
3 participants